https://github.com/pbrisbin/amazonka-contrib-s3-sync
https://github.com/pbrisbin/amazonka-contrib-s3-sync
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pbrisbin/amazonka-contrib-s3-sync
- Owner: pbrisbin
- License: mit
- Created: 2024-12-16T18:46:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-23T17:45:58.000Z (6 months ago)
- Last Synced: 2025-01-27T06:39:16.004Z (4 months ago)
- Language: Haskell
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Amazonka S3 Sync
Haskell library for `aws s3 sync`-like functionality.
## Usage
TODO
## Roadmap
This **highly work-in-progress**. The following is a list of what we've got so
far.### Logic
| From/To | Local | Remote |
| ------- | ----- | ------------------ |
| Local | :x: | :heavy_check_mark: |
| Remote | :x: | :x: |### Actions
| Action | Implemented? |
| -------------------- | ------------ |
| create/update file | :x: |
| delete file | :x: |
| create/update object | :x: |
| delete object | :x: |### Options
| Option | Implemented? | Details |
| ----------------------- | ------------------ | ------- |
| `dryRun` | :heavy_check_mark: | |
| `include` | :heavy_check_mark: | |
| `exclude` | :heavy_check_mark: | |
| `acl` | :x: | |
| `followSymlinks` | :x: | |
| `noGuessMimeType` | :x: | |
| `sse*` | :x: | |
| `storageClass` | :x: | |
| `grants` | :x: | |
| `websiteRedirect` | :x: | |
| `contentType` | :x: | |
| `cacheControl` | :x: | |
| `contentDisposition` | :x: | |
| `contentEncoding` | :x: | |
| `contentLanguage` | :x: | |
| `expires` | :x: | |
| `sourceRegion` | :x: | |
| `noProgress` | :x: | |
| `pageSize` | :x: | |
| `ignoreGlacierWarnings` | :x: | |
| `forceGlacierTransfers` | :x: | |
| `requestPayer` | :x: | |
| `metadata` | :x: | |
| `sizeOnly` | :heavy_check_mark: | |
| `exactTimestamps` | :x: | |
| `delete` | :heavy_check_mark: | |
| `endpointUrl` | :x: | |
| `noVerifySsl` | :x: | |
| `noPaginate` | :x: | |
| `noSignRequest` | :x: | |
| `caBundle` | :x: | |---
[LICENSE](./LICENSE) | [CHANGELOG](./CHANGELOG.md)