Skip to content
This repository has been archived by the owner on Jan 10, 2018. It is now read-only.

Bugfixes and updates to AWS SDK #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Bugfixes and updates to AWS SDK #1

wants to merge 1 commit into from

Conversation

rehevkor5
Copy link

  • Fixed uploads being prefixed with "./"
  • Fixed Failed to deploy site due to handling of local directories? spring-attic/aws-maven#40 (caused by the code trying to upload a directory as if it was a file)
  • DefaultAWSCredentialsProviderChain is now the default (enables profile based authentication out-of-the-box)
  • Added support for configuring use of ProfileCredentialsProvider
  • Removed unnecessary S3 calls for creating directories
  • Updated to latest AWS SDK
  • No longer depending on entire AWS SDK, only the S3 SDK
  • Removed IntelliJ-specific files

- Fixed uploads being prefixed with "./"
- Fixed spring-attic#40 (caused by the code trying to upload a directory as if it was a file)
- DefaultAWSCredentialsProviderChain is now the default (enables profile based authentication out-of-the-box)
- Added support for configuring use of ProfileCredentialsProvider
- Removed unnecessary S3 calls for creating directories
- Updated to latest AWS SDK
- No longer depending on entire AWS SDK, only the S3 SDK
- Removed IntelliJ-specific files
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed to deploy site due to handling of local directories?
1 participant