You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`input_s3_manifest_url`: S3 URL to a text file containing a list of files to archive
30
+
-`output_s3_url`: S3 URL where the final zip archive will be stored
31
+
-`delete_source_files`: Whether to delete source files after successful archiving (default: false)
32
+
-`include_s3_name`: Whether to include S3 bucket names in the zip archive paths (default: true)
33
+
34
+
When `include_s3_name` is `true`, files will be stored in the zip with paths like `bucket-name/path/to/file.txt`. When `false`, files will be stored with just their S3 key path like `path/to/file.txt`.
0 commit comments