Skip to content

2.0.0

Compare
Choose a tag to compare
@mdwint mdwint released this 06 Jan 15:27
· 2 commits to master since this release

Added

  • s3pypi delete command to delete packages from S3.
  • s3pypi force-unlock command to release a stuck lock in DynamoDB.
  • --locks-table option to customise the DynamoDB table name used for locking.

Changed

  • Moved default command to s3pypi upload.
  • Renamed --unsafe-s3-website option to --index.html.

Removed

  • --acl option. Use --s3-put-args='ACL=...' instead. The use of ACLs is discouraged.
  • --lock-indexes option. Locking is enabled automatically if a DynamoDB table exists.