https://github.com/opspec-pkgs/aws.s3.cp-file-to
copies a file to s3
https://github.com/opspec-pkgs/aws.s3.cp-file-to
Last synced: 5 months ago
JSON representation
copies a file to s3
- Host: GitHub
- URL: https://github.com/opspec-pkgs/aws.s3.cp-file-to
- Owner: opspec-pkgs
- Created: 2019-09-20T20:22:00.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2021-07-09T04:49:00.000Z (almost 5 years ago)
- Last Synced: 2024-04-16T14:13:35.197Z (about 2 years ago)
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/opspec-pkgs/aws.s3.cp-file-to/actions/workflows/build.yml)

# Problem statement
copies a file to s3
# Example usage
## Visualize
```shell
opctl ui github.com/opspec-pkgs/aws.s3.cp-file-to#1.0.0
```
## Run
```
opctl run github.com/opspec-pkgs/aws.s3.cp-file-to#1.0.0
```
## Compose
```yaml
op:
ref: github.com/opspec-pkgs/aws.s3.cp-file-to#1.0.0
inputs:
accessKeyId: # 👈 required; provide a value
s3Uri: # 👈 required; provide a value
secretAccessKey: # 👈 required; provide a value
srcFile: # 👈 required; provide a value
## uncomment to override defaults
# region: "us-west-2"
```
# Support
join us on
[](https://join.slack.com/t/opctl/shared_invite/zt-51zodvjn-Ul_UXfkhqYLWZPQTvNPp5w)
or
[open an issue](https://github.com/opspec-pkgs/aws.s3.cp-file-to/issues)
# Releases
releases are versioned according to
[](http://semver.org/spec/v2.0.0.html)
and [tagged](https://git-scm.com/book/en/v2/Git-Basics-Tagging); see
[CHANGELOG.md](CHANGELOG.md) for release notes
# Contributing
see
[project/CONTRIBUTING.md](https://github.com/opspec-pkgs/project/blob/main/CONTRIBUTING.md)