[bd] Attachment Store for XenForo 2.x

xF2 Add-on [bd] Attachment Store for XenForo 2.x 2.1.3

No permission to download

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,131
Points
823

Reputation:

LQD submitted a new resource:

[bd] Attachment Store for XenForo 2.0 - Store attachment differently and more effectively.

[bd] Attachment Store
Store attachment differently and more effectively.

[FEATURES]
1. Store attachments in `data` directory
2. Store attachments with Amazon S3 (+CloudFront)
3. Store attachments in remote server via FTP
4. Tools to move existing attachments to new storage
5. With option "Keep Local File" for Amazon S3 and FTP, your data is extremely safe and you can disable/uninstall the add-on anytime without absolutely no problems

[INSTALLATION]
1. Upload files and directories inside...

Read more about this resource...
 

Wolf Knight

+Lifetime VIP+
+Lifetime VIP+
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Jul 3, 2019
Messages
194
Points
53

Reputation:

Hello everyone
Thank you for this addon, it's very useful.
It's working fine in all the forums, the only media library (Media files only, it's working with photos) which not recognizing the new path of the storage server.
Could someone do me a favor and help me to change the path code on it even if it with some fee?
Thank you all.
Regards,
 

Pr0fesseur

Moderator
Staff member
Moderator
+Lifetime VIP+
V.I.P Member
Collaborate
Registered
Joined
Nov 20, 2019
Messages
361
Points
103

Reputation:

FINALLY got this to work on my forum using Minio and S3 Buckets!

Place this in your Config.php replacing the domain names, key, and secret values
Rich (BB code):
$config['bdAttachmentStore_s3Buckets'] = [
    'attachments' => [
        'key' => '12345',
        'secret' => '1234567890',
        'endpoint' => 'http://domain.com:9000',
        'url' => 'http://domain.com:9000/YOURFOLDER',
    ],
];

Install Minio Server (Min.io) on you fav flavor of linux.
DOCUMENTATION HERE
Install the Minio Client on your Home PC vps whatever

While installing your server run these commands to change your server key and secret MAKE THEM STRONG!
Rich (BB code):
export MINIO_ACCESS_KEY=12345
export MINIO_SECRET_KEY=1234567890
minio server /YOURFOLDER

Once youve Created a share folder in Minio and started your server run the Minio client and use the following to register your server locally so youcan control it. Again replacing the domain with your server, key and secret with your own
Rich (BB code):
mc config host add myminio http://domain.com:9000 12345 1234567890

Then use the following command to make that new folder accessible via download only
Rich (BB code):
mc policy set download myminio/YOURFOLDER

Find your Minio Web portal address after you start the server it will look like this
1593740396380.png


Log into your Minio web portal , it should look something like this
1593740338250.png


I am excluding most attachments such as photos but you can change that in the Add-on Options
1593740504531.png


I would personally suggest setting the option for DELAYED PROCESSING to on as it will slow down your site if you have a lot of attachments being posted. It will defer the attachment for a short while before sending it to your bucket. I have it unchecked for testing.
 
Last edited:

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,131
Points
823

Reputation:

chetb

Collaborate
Collaborate
Registered
Joined
Jul 7, 2020
Messages
13
Points
13

Reputation:

Needs latest update, changelog reflects it's "improved support for XFMG Media Gallery" with version 2.1.2
  • Add `maintainFilename` for S3 mode
  • Improve support for XFMG
  • Performance improvements
 

chetb

Collaborate
Collaborate
Registered
Joined
Jul 7, 2020
Messages
13
Points
13

Reputation:

Sorry, Wasn't talking about the media gallery needing updating... This needed updating to 2.1.2, the BD Attachment Store addon needs updating to 2.1.2 | I need the BD attachment Store addon to be updated to 2.1.2
 
Last edited:

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,131
Points
823

Reputation:

@chetb I will try to buy it soon
 

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,131
Points
823

Reputation:

I will try to update soon
 

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,131
Points
823

Reputation:

I haven't used it yet so I don't know, can you text them, maybe they will fix it
 

zeus1971

Collaborate
Collaborate
Registered
Joined
Apr 18, 2020
Messages
310
Points
73

Reputation:

Don't worrie. I will wait some other solution (no one at the moment) to cache with standard CDN full images.
I also prefer to maintain standard code in XF...or for avery update is a nightmare..
Thanks @ENXF NET
 
Top