Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
S3Zip
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coscine
backend
scripts
S3Zip
Merge requests
!2
Product/75 s3 zip metadata
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Product/75 s3 zip metadata
Product/75-s3ZipMetadata
into
master
Overview
0
Commits
13
Pipelines
1
Changes
14
Merged
Benedikt Heinrichs
requested to merge
Product/75-s3ZipMetadata
into
master
5 years ago
Overview
0
Commits
13
Pipelines
1
Changes
14
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
612476af
13 commits,
5 years ago
14 files
+
948
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
docs/home.md
+
3
−
3
Options
@@ -4,8 +4,8 @@ The allows to zip a folder and/or upload a whole stream in chunks to a S3 object
For example:
```
var s
3
= new
S3
Zip
(
s3MultipartStreamConfiguration);
s
3
.ZipAndUploadFolder(@"c:\temp\test", "
T
est.zip");
var
zipUtilitie
s = new Zip
Utilities(_
s3MultipartStreamConfiguration);
zipUtilitie
s.ZipAndUploadFolder(@"c:\temp\test", "
t
est.zip");
```
A zip file of the folder will be in S3 under the key Test.zip.
\ No newline at end of file
A zip file of the folder will be in S3 under the key test.zip.
\ No newline at end of file
Loading