An open API service indexing awesome lists of open source software.

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

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
```