Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.
/ spring-aws-sandbox Public archive

a sandbox project of spring-cloud-aws

License

Notifications You must be signed in to change notification settings

yuizho/spring-aws-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-aws-sandbox

a sandbox project of spring-cloud-aws

getting started

$ ./mvnw spring-boot:run

This App uses DefaultAwsCredentialsChain to get aws credentials. Therefore this App looks for credentials in this order.

  • environment variable
  • Java System Properties
  • Credential profiles file at ~/.aws/credentials
  • etc...

For more details please read this document. https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/auth/DefaultAWSCredentialsProviderChain.html

sample endpoints

S3

write/read resource by resourceLoader

Get: http://localhost:8080/s3?bucket=<your bucket name>

read resouces by PathMatchingSimpleStorageResourcePatternResolver

Get: http://localhost:8080/s3/resources?bucket=<your bucket name>&pattern=<file pattern>

About

a sandbox project of spring-cloud-aws

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages