Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LAB-S3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LSDS
Teaching
Bachelor
Cloud-and-Deployment
LAB-S3
Commits
f337dbad
Commit
f337dbad
authored
9 months ago
by
francisc.mendonca
Browse files
Options
Downloads
Patches
Plain Diff
Fixed spelling mistake on readme.
parent
c3d8f15e
Branches
main
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
f337dbad
...
...
@@ -27,7 +27,7 @@ Before using `boto3`, you need to configure your AWS credentials. This can be do
In your local CLI, run the following command:
```
bash
openstack
--os-cloud
=
engines cre
a
dential list
openstack
--os-cloud
=
engines credential list
```
You should see a table with 5 columns. Under the column
`Data`
, there should be a JSON with
`access`
,
`secret`
, and
`trust_id`
...
...
@@ -36,7 +36,7 @@ Replace `<YOUR_ACCESS_KEY_ID>` with the key after `access` and `<YOUR_SECRET_ACC
If you don't have any keys, you can create one by doing:
```
bash
openstack
--os-cloud
=
engines ec2 cre
a
dential create
openstack
--os-cloud
=
engines ec2 credential create
```
### Connecting to S3 and Performing Operations
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment