Skip to content

Commit

Permalink
removed public access clause
Browse files Browse the repository at this point in the history
  • Loading branch information
vikasgupta78 authored and sonalgoyal committed Mar 29, 2023
1 parent 1da1158 commit 6ffa45e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/dataSourcesAndSinks/aws-s3.md
Expand Up @@ -6,9 +6,8 @@ parent: Data Sources and Sinks
# S3

1. Set a bucket e.g. zingg28032023 and a folder inside it e.g. zingg
=> make it publicly accessible

2. Create aws access key and export via env vars:
2. Create aws access key and export via env vars (ensure that the user with below keys has read/write access to above):

export AWS_ACCESS_KEY_ID=<access key id>
export AWS_SECRET_ACCESS_KEY=<access key>
Expand All @@ -29,7 +28,3 @@ spark.jars=/<location>/hadoop-aws-3.1.0.jar,/<location>/aws-java-sdk-bundle-1.11

6. Models etc. would get saved in
Amazon S3 > Buckets > zingg28032023 >zingg > 100

References:

1. https://spark.apache.org/docs/latest/cloud-integration.html

0 comments on commit 6ffa45e

Please sign in to comment.