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
!1
Topic/81 s3 zip upload
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Topic/81 s3 zip upload
Topic/81-s3ZipUpload
into
Poduct/75-s3ZipMetadata
Overview
0
Commits
3
Pipelines
1
Changes
13
Merged
Benedikt Heinrichs
requested to merge
Topic/81-s3ZipUpload
into
Poduct/75-s3ZipMetadata
6 years ago
Overview
0
Commits
3
Pipelines
1
Changes
13
Expand
0
0
Merge request reports
Compare
Poduct/75-s3ZipMetadata
Poduct/75-s3ZipMetadata (base)
and
latest version
latest version
196e356a
3 commits,
6 years ago
13 files
+
613
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
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