Jump to content

yevlem

Clients
  • Posts

    21
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by yevlem

  1. Dear friends,thank you!

    I made a bucket public by toggling the switch.  Later I also added an explicit policy to the bucket, such as

    "Version": "2012-10-17", 
    "Statement": [ 

    "Sid": "AllowPublicRead", 
    "Effect": "Allow", 
    "Principal": { 
    "AWS": "*" 
    }, 
    "Action": "s3:GetObject", 
    "Resource": "arn:aws:s3:::CDN.MYSITE.COM/*" 


    }

    and it worked now!   Not sure if is a coincidence or a real requirement....
    SO grateful to you all!
     

    Do you know if change of the STORAGE at ACP copies the files from the previous location or MOVES them?

  2. 11 minutes ago, Martin A. said:

    @yevlem Could it be that your DNS changes haven't propagated yet? It may take a while for a nameserver change to be picked up by the various DNS servers around the net. Most take up to 24 hours.

    If you visit https://cdn.mysite.com, are you getting something?

    Thank you for a fast reply!

    When I hit that, I get something like (After Denied the code is changing every time. It happens both for https and http
    AccessDeniedAccess Denied13946A62C4FCCC7ECClSDaHMK805dyaAgFQgwtBYASpftGxP4WT4aZm7567zPmb1t2s2gHNr+KFedc1oOOP7ozXTjwC4

     

  3. Hi there,

    Many thanks for the instruction. I've followed it, made a paid account with Wasabi, registered at Cloudlfare, created  CNAME as CDN =  cdn.MYSITE.com.s3.eu-central-1.wasabisys.com , changed the nameservers to Cloudflare, created a bucket at wasabi, and changed the storage at my ACP accordingly. 

    The files started to move, but now in the forum messages, instead of the images I see only the respective file names and 'broken' image placeholders.  The URI for such files are something like: http://cdn.MYSITE.com/monthly_2019_06/IMG_20190618_002554.jpg.ea838a4773e99a2e7ff2a6e62a178a5c.jpg  (Though I configured the own URL in ACP s3 service configuration as https://cdn.MYSITE.com).
    What may be wrong?
    Many thanks in advance!
     

×
×
  • Create New...