Searched refs:bucket (Results 1 – 13 of 13) sorted by relevance
48 - name: Set up docs preview bucket54 # Create bucket55 aws s3api create-bucket --bucket docs.expo.dev-pr-${{ github.event.pull_request.number }}58 …aws s3api put-public-access-block --bucket docs.expo.dev-pr-${{ github.event.pull_request.number }…60 # Set bucket policy to public61 …aws s3api put-bucket-policy --bucket docs.expo.dev-pr-${{ github.event.pull_request.number }} --po…
22 - name: Delete docs preview bucket
6 bucket="$AWS_BUCKET"32 "s3://${bucket}"42 "s3://${bucket}"54 "s3://${bucket}"62 "s3://${bucket}"202 "s3://${bucket}/${i}"212 "s3://${bucket}/${i}/index.html"218 if [ "$bucket" = "docs.expo.dev" ]; then220 curl -m 15 "https://www.google.com/ping\?sitemap\=https%3A%2F%2F${bucket}%2Fsitemap.xml"
3 match /b/{bucket}/o {
15 'http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4'28 'http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ElephantsDream.mp4'
23 1. Upload the project tarball to a private AWS S3 bucket and send the build request to EAS Build.33 1. Download the project tarball from a private AWS S3 bucket and unpack it.54 1. Upload the application archive to a private AWS S3 bucket.61 1. Upload the build artifacts archive to a private AWS S3 bucket if `buildArtifactPaths` is specifi…
22 1. Upload the project tarball to a private AWS S3 bucket and send the build request to EAS Build.32 1. Download the project tarball from a private AWS S3 bucket and unpack it.55 1. Upload the build artifacts archive to a private AWS S3 bucket if `buildArtifactPaths` is specifi…
126 for (Bucket bucket : dataReadResult.getBuckets()) { in getStepCountAsync()127 DataSet ds = bucket.getDataSet(DataType.TYPE_STEP_COUNT_DELTA); in getStepCountAsync()
651 loadRewards:(NSString *)bucket658 if (bucket) {659 credits = (int)[self.class.branch getCreditsForBucket:bucket];674 inBucket:(NSString *)bucket678 if (bucket) {679 …[self.class.branch redeemRewards:amount forBucket:bucket callback:^(BOOL changed, NSError *error) {
971 public void redeemRewards(int value, String bucket, Promise promise) in redeemRewards() argument973 if (bucket == null) { in redeemRewards()976 Branch.getInstance().redeemRewards(bucket, value, new RedeemRewardsListener(promise)); in redeemRewards()981 public void loadRewards(String bucket, Promise promise) in loadRewards() argument983 Branch.getInstance().loadRewards(new LoadRewardsListener(bucket, promise)); in loadRewards()1047 public LoadRewardsListener(String bucket, Promise promise) { in LoadRewardsListener() argument1048 this._bucket = bucket; in LoadRewardsListener()