mirror of
https://github.com/thegeeklab/drone-s3-sync.git
synced 2024-11-05 02:40:40 +00:00
commit
074f605f81
4
DOCS.md
4
DOCS.md
@ -10,7 +10,7 @@ Use the S3 sync plugin to synchronize files and folders with an Amazon S3 bucket
|
|||||||
* `delete` - deletes files in the target not found in the source
|
* `delete` - deletes files in the target not found in the source
|
||||||
* `include` - don't exclude files that match the specified pattern
|
* `include` - don't exclude files that match the specified pattern
|
||||||
* `exclude` - exclude files that match the specified pattern
|
* `exclude` - exclude files that match the specified pattern
|
||||||
* `content-type` - override default mime-tpyes to use this value
|
* `content_type` - override default mime-tpyes to use this value
|
||||||
|
|
||||||
The following is a sample S3 configuration in your .drone.yml file:
|
The following is a sample S3 configuration in your .drone.yml file:
|
||||||
|
|
||||||
@ -25,4 +25,4 @@ publish:
|
|||||||
source: folder/to/archive
|
source: folder/to/archive
|
||||||
target: /target/location
|
target: /target/location
|
||||||
delete: true
|
delete: true
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user