aldy120 / s3-note

Note for Amazon S3
0 stars 0 forks source link

java sdk quick start example #16

Open aldy120 opened 3 years ago

aldy120 commented 3 years ago

不過就是個 hello world 為啥一天就沒了

https://github.com/aws-samples/aws-java-sample

https://stackoverflow.com/questions/53034953/error-source-option-5-is-no-longer-supported-use-6-or-later-on-maven-compile

<properties>
   <maven.compiler.source>1.6</maven.compiler.source>
   <maven.compiler.target>1.6</maven.compiler.target>
 </properties>