Skip to content

Commit 50bfa77

Browse files
fix(s3): fix rebase error (#3905)
* fix(s3): fix rebase error * fix(s3): fix build error
1 parent 4c118ef commit 50bfa77

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

serverless/jobs/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This page explains how to create a job definition with the latest Alpine Linux i
6464

6565
The execution appears in the **Job runs** section of the **Overview** tab.
6666

67-
4. Click the <Icon name="more"> icon next to the last execution in the **Job runs** section, then click **Logs** to access your job's logs.
67+
4. Click the <Icon name="more" /> icon next to the last execution in the **Job runs** section, then click **Logs** to access your job's logs.
6868

6969
<Message type="note">
7070
Make sure that you [have retrieved your Grafana credentials](/observability/cockpit/how-to/retrieve-grafana-credentials/) before accessing your job's logs.

storage/object/concepts.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ categories:
1515

1616
## Access control list (ACL)
1717

18-
<<<<<<< HEAD
19-
Access control lists (ACL) are subresources attached to buckets and objects. They define which Scaleway users have access to the attached object/bucket, and the type of access they have. Whenever a user makes a request against a resource, Amazon S3 checks its ACL and verifies that they have permission to carry out the request.
20-
=======
21-
Access control lists (ACL) are subresources attached to buckets and objects. They define which Scaleway users have access to the attached object/bucket, and the type of access they have. Whenever a user makes a request against a resource, Object Storage checks its ACL and verifies that they have permission to carry out the request.
22-
>>>>>>> 8888c6b0f (feat(gen): remove mentions of S3 only)
18+
control lists (ACL) are subresources attached to buckets and objects. They define which Scaleway users have access to the attached object/bucket, and the type of access they have. Whenever a user makes a request against a resource, Amazon S3 checks its ACL and verifies that they have permission to carry out the request.
2319

2420
## Bucket
2521

0 commit comments

Comments
 (0)