tgosselin
03/09/2022, 10:52 PM<s3://example-bucket/poc/>
3. attempted to copy my file with aws --profile lakefs --endpoint-url <http://alb_dns_name.amazonaws.com> s3 cp myfile.txt <s3://example-bucket/poc/>
I have checked the security groups and IAM policies but I am at a loss for what is causing thisTal Sofer
03/09/2022, 11:02 PMtgosselin
03/09/2022, 11:03 PMTal Sofer
03/09/2022, 11:05 PMaws --profile lakefs --endpoint-url <http://alb_dns_name.amazonaws.com> s3 cp myfile.txt <s3://example-bucket/poc/>
into
aws --profile lakefs --endpoint-url <http://alb_dns_name.amazonaws.com> s3 cp myfile.txt <<lakefs://your-repo/your-branch/path>>
Tal Sofer
03/09/2022, 11:07 PMtgosselin
03/09/2022, 11:10 PMtgosselin
03/09/2022, 11:10 PMTal Sofer
03/09/2022, 11:12 PMTal Sofer
03/09/2022, 11:15 PMTal Sofer
03/09/2022, 11:15 PMtgosselin
03/09/2022, 11:22 PMTal Sofer
03/09/2022, 11:32 PM1. Configure profile “lakefs”, adding the access keys and region.
2. Created a repo with the storage namespace<s3://example-bucket/poc/>
3. attempted to copy my file withA repository is a lakeFS concept, and it has a storage namespace associated with it. that is repo != bucketaws --profile lakefs --endpoint-url <http://alb_dns_name.amazonaws.com> s3 cp myfile.txt <s3://example-bucket/poc/>
Tal Sofer
03/09/2022, 11:35 PMaws --profile lakefs --endpoint-url <http://alb_dns_name.amazonaws.com> s3 cp myfile.txt <s3://repo/branch/path>
instead of
aws --profile lakefs --endpoint-url <http://alb_dns_name.amazonaws.com> s3 cp myfile.txt <s3://example-bucket/poc/>
Tal Sofer
03/09/2022, 11:43 PM