https://github.com/macnev2013/presigned-multipart-upload-python
Presigned Multipart Upload with Python
https://github.com/macnev2013/presigned-multipart-upload-python
Last synced: 4 months ago
JSON representation
Presigned Multipart Upload with Python
- Host: GitHub
- URL: https://github.com/macnev2013/presigned-multipart-upload-python
- Owner: macnev2013
- Created: 2021-06-08T17:05:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-08T17:21:51.000Z (almost 4 years ago)
- Last Synced: 2024-12-27T09:42:16.274Z (5 months ago)
- Language: Python
- Size: 16.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.MD
Awesome Lists containing this project
README
# Presigned Multipart Upload with Python
Pull the latest code.
```
docker pull localstack/localstack
```Use the following commands to run the code.
```
docker-compose up -d
```Wait for docker to start
```
python main.py
```Testing if the latest code has reflected.
```
awslocal s3 ls s3://bucket/key
```Cleanup
```
docker-compose down
```