Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
updated endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Nov 6, 2024
1 parent e2ad58d commit 8f3bdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/e2e_test_bucket_creation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ log_and_run kubectl apply -f cosi-examples/bucketclaim.yaml

# Step 6: Verify Bucket Creation with Retry
log_and_run echo "Listing all S3 buckets before verification..."
log_and_run aws s3 ls # Log the output of s3 ls to see existing buckets
log_and_run aws s3 ls --endpoint-url "http://localhost:8000" # Log the output of s3 ls to see existing buckets

# Adding a sleep before verification
sleep 5 # Adjust the duration as needed
Expand Down

0 comments on commit 8f3bdc4

Please sign in to comment.